ServiceCopyFolder Method (IListFolderId, StandardFolder) |
Copies multiple folders.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<FolderInfoResponse> CopyFolder(
IList<FolderId> folders,
StandardFolder standardFolder
)
Public Function CopyFolder (
folders As IList(Of FolderId),
standardFolder As StandardFolder
) As IList(Of FolderInfoResponse)
Parameters
- folders
- Type: System.Collections.GenericIListFolderId
The IDs of the folders to copy. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to copy the items to.
Return Value
Type:
IListFolderInfoResponseA collection of copy results for each of the specified item IDs.
See Also